home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / ParseOptions.h < prev    next >
C/C++ Source or Header  |  1997-07-14  |  128b  |  17 lines

  1. #include "FParse.h"
  2.  
  3.  
  4. class ParseOptions: public FParse
  5. {
  6.  
  7. public:
  8.  
  9.     short Start( void );
  10.  
  11.     char **ErrorStrings( void );
  12.  
  13.  
  14. };
  15.  
  16.  
  17.